home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / filutil / pagin501.zip / PAGDEMO.BAT < prev    next >
DOS Batch File  |  1994-12-11  |  458b  |  13 lines

  1. REM PAGDEMO.BAT
  2. ECHO OFF
  3. ECHO This batch file builds a document using the PAGINATE.EXE command.
  4. ECHO The example document demonstrates some of the capabilities of
  5. ECHO the program including:
  6. ECHO    * Reading in an ASCII-delimited file (PAGDEMO.#2)
  7. ECHO    * Sorting a file
  8. ECHO    * Aligning and justifying text
  9. ECHO Please use a text viewer to see the results.
  10. PAUSE Press Enter to continue
  11. ECHO ON
  12. PAGINATE PAGDEMO.#1 TEMP.OUT /OVERWRITE /-I
  13.